projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39268e3
)
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
author
Ken Brown
<kbrown@cornell.edu>
Mon, 18 Oct 2010 12:23:41 +0000
(08:23 -0400)
committer
Ken Brown
<kbrown@cornell.edu>
Mon, 18 Oct 2010 12:23:41 +0000
(08:23 -0400)
src/ChangeLog
patch
|
blob
|
history
src/s/cygwin.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index bb825c3f7c4c3c692c303bf6e93b7e29d61cb8dc..a7feed54eccc762de62520e807d64e97165271d9 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2010-10-18 Ken Brown <kbrown@cornell.edu>
+
+ * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
+
2010-10-15 Kenichi Handa <handa@m17n.org>
Fix incorrect font metrics when the same font is opened with
diff --git
a/src/s/cygwin.h
b/src/s/cygwin.h
index 9ca5c67ce378b758efd14b523538cf17a00a2c5f..dcab55a91e1cf91981c0009d941176dd0f52a8ca 100644
(file)
--- a/
src/s/cygwin.h
+++ b/
src/s/cygwin.h
@@
-132,6
+132,9
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */
#define G_SLICE_ALWAYS_MALLOC
+/* Send signals to subprocesses by "typing" special chars at them. */
+#define SIGNALS_VIA_CHARACTERS
+
/* the end */
/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b